.productCenter220520 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220520 * {
    box-sizing: border-box;
}

/* .productCenter220520 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
*/
.productCenter220520 ul {
    padding: 0;
    background-color: #fff;
}

.productCenter220520 ul li {
    width: 590px;
    margin-bottom: 20px;
    float: left;
    height: 148px;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    list-style: none;
}

.productCenter220520 ul li:nth-child(2n) {
    margin-right: 0;
}

.productCenter220520 ul li a {
    display: block;
	transition: all 0.5s ease-in-out;
	position: relative;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #666;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.productCenter220520 ul li a:before,
.productCenter220520 ul li a:after {
    transition: all 0.75s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    z-index: 2;
}

.productCenter220520 ul li a:before {
    border-top: 1px solid #0c64af;
    border-bottom: 1px solid #0c64af;
    transform: scale(0, 1);
}

.productCenter220520 ul li a:after {
    border-left: 1px solid #0c64af;
    border-right: 1px solid #0c64af;
    transform: scale(1, 0);
}

.productCenter220520 ul li a:hover:before,
.productCenter220520 ul li a:hover:after {
    transform: scale(1, 1);
    opacity: 1;
}

.productCenter220520 ul li:hover {

}

.productCenter220520 ul li a:hover .proImg img {

}

.productCenter220520 ul li a:hover .proContent .title {
    color: #0c64af;
}

.productCenter220520 ul li a .proImg {
    float: left;
    overflow: hidden;
    width: 126px;
    height: 126px;
}

.productCenter220520 ul li a .proImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border: none;
    transition: all 1s ease-in-out;
}

.productCenter220520 ul li a .proContent {
    float: left;
    color: #666;
    width: calc(100% - 126px);
    padding-left: 18px;
}

.productCenter220520 ul li a .proContent .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 1.4;
}

.productCenter220520 ul li a .proContent .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 38px;
    font-size: 14px;
}

.productCenter220520 ul li a .proContent .moreBtn {
    background: transparent;
	border:1px #0c64af solid;
    color: #0c64af;
    display: inline-block;
    font-size: 14px;
    padding: 4px 16px;
    transition: all ease .3s;
}

.productCenter220520 ul li a .proContent .moreBtn:hover {
    background: transparent;
	color:#fff;
}